home *** CD-ROM | disk | FTP | other *** search
/ 64'er / 64ER_CD.iso / 91xx / 9102a.d64 / fakult prt-tab (.txt) < prev    next >
Commodore BASIC  |  1995-03-30  |  325b  |  13 lines

  1. 10 REM ********************************
  2. 20 REM *                              *
  3. 30 REM *  PROGRAMM ZUR AUSGABE EINER  *
  4. 40 REM *     TABELLE AUF DRUCKER      *
  5. 50 REM *    (W) BY BORIS BRANDHERM    *
  6. 60 REM *                              *
  7. 70 REM ********************************
  8. 80 OPEN 1,4
  9. 90 CMD 1
  10. 100 SYS 49152
  11. 110 PRINT#1,""
  12. 120 CLOSE 1
  13.